home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-08-14 | 170.7 KB | 6,736 lines |
- -- card: 3902 from stack: in
- -- bmap block id: 0
- -- flags: 4000
- -- background id: 2689
- -- name:
-
-
- -- part 85 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=35 right=52 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 1
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 1 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
-
- -- part 100 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=51 right=68 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 2
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 2 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 101 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=67 right=84 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 3
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 3 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
-
- -- part 102 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=83 right=100 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 4
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 4 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
-
- -- part 103 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=99 right=116 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 5
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 5 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 104 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=115 right=132 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 6
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 6 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
-
- -- part 105 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=131 right=148 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 7
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 7 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 106 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=147 right=164 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 8
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 8 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 107 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=163 right=180 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 9
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 9 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 108 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=179 right=196 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 10
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 10 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 109 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=195 right=212 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 11
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 11 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 110 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=211 right=228 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 12
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 12 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 111 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=227 right=244 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 13
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 13 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 112 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=243 right=260 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 14
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 14 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 113 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=259 right=276 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 15
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 15 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 114 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=17 top=275 right=292 bottom=36
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 16
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 16 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 115 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=35 right=52 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 17
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 17 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 116 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=51 right=68 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 18
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 18 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 117 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=67 right=84 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 19
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 19 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 118 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=83 right=100 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 20
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 20 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 119 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=99 right=116 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 21
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 21 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 120 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=115 right=132 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 22
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 22 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 121 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=131 right=148 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 23
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 23 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 122 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=147 right=164 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 24
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 24 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 123 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=163 right=180 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 25
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 25 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 124 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=179 right=196 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 26
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 26 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 125 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=195 right=212 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 27
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 27 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 126 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=211 right=228 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 28
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 28 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 127 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=227 right=244 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 29
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 29 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 128 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=243 right=260 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 30
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 30 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 129 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=259 right=276 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 31
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 31 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 130 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=38 top=275 right=292 bottom=57
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 32
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 32 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 131 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=35 right=52 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 33
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 33 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 132 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=51 right=68 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 34
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 34 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 133 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=67 right=84 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 35
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 35 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 134 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=83 right=100 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 36
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 36 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 135 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=99 right=116 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 37
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 37 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 136 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=115 right=132 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 38
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 38 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 137 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=131 right=148 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 39
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 39 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 138 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=147 right=164 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 40
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 40 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 139 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=163 right=180 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 41
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 41 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 140 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=179 right=196 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 42
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 42 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 141 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=195 right=212 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 43
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 43 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 142 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=211 right=228 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 44
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 44 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 143 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=227 right=244 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 45
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 45 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 144 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=243 right=260 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 46
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 46 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 145 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=259 right=276 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 47
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 47 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 146 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=59 top=275 right=292 bottom=78
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 48
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 48 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 147 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=35 right=52 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 49
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 49 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 148 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=51 right=68 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 50
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 50 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 149 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=67 right=84 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 51
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 51 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 150 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=83 right=100 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 52
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 52 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 151 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=99 right=116 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 53
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 53 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 152 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=115 right=132 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 54
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 54 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 153 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=131 right=148 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 55
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 55 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 154 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=147 right=164 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 56
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 56 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 155 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=163 right=180 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 57
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 57 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 156 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=179 right=196 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 58
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 58 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 157 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=195 right=212 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 59
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 59 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 158 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=211 right=228 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 60
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 60 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 159 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=227 right=244 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 61
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 61 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 160 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=243 right=260 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 62
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 62 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 161 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=259 right=276 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 63
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 63 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 162 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=80 top=275 right=292 bottom=99
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 64
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 64 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 163 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=35 right=52 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 65
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 65 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 164 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=51 right=68 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 66
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 66 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 165 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=67 right=84 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 67
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 67 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 166 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=83 right=100 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 68
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 68 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 167 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=99 right=116 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 69
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 69 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 168 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=115 right=132 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 70
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 70 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 169 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=131 right=148 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 71
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 71 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 170 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=147 right=164 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 72
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 72 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 171 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=163 right=180 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 73
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 73 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 172 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=179 right=196 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 74
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 74 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 173 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=195 right=212 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 75
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 75 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 174 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=211 right=228 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 76
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 76 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 175 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=227 right=244 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 77
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 77 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 176 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=243 right=260 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 78
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 78 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 177 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=259 right=276 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 79
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 79 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 178 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=101 top=275 right=292 bottom=120
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 80
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 80 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 179 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=35 right=52 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 81
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 81 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 180 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=51 right=68 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 82
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 82 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 181 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=67 right=84 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 83
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 83 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 182 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=83 right=100 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 84
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 84 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 183 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=99 right=116 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 85
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 85 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 184 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=115 right=132 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 86
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 86 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 185 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=131 right=148 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 87
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 87 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 186 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=147 right=164 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 88
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 88 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 187 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=163 right=180 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 89
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 90 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 188 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=179 right=196 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 90
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 90 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 189 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=195 right=212 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 91
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 91 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 190 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=211 right=228 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 92
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 92 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 191 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=227 right=244 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 93
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 93 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 192 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=243 right=260 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 94
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 94 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 193 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=259 right=276 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 95
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 95 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 194 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=122 top=275 right=292 bottom=141
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 96
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 96 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 195 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=35 right=52 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 97
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 97 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 196 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=51 right=68 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 98
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 98 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 197 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=67 right=84 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 99
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 99 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 198 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=83 right=100 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 100
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 100 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 199 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=99 right=116 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 101
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 101 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 200 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=115 right=132 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 102
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 102 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 201 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=131 right=148 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 103
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 103 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 202 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=147 right=164 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 104
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 104 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 203 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=163 right=180 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 105
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 105 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 204 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=179 right=196 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 106
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 106 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 205 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=195 right=212 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 107
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 107 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 206 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=211 right=228 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 108
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 108 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 207 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=227 right=244 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 109
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 109 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 208 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=243 right=260 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 110
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 110 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 209 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=259 right=276 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 111
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 111 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 210 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=143 top=275 right=292 bottom=162
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 112
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 112 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 211 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=35 right=52 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 113
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 113 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 212 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=51 right=68 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 114
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 114 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 213 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=67 right=84 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 115
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 115 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 214 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=83 right=100 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 116
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 116 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 215 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=99 right=116 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 117
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 117 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 216 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=115 right=132 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 118
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 118 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 217 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=131 right=148 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 119
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 119 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 218 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=147 right=164 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 120
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 120 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 219 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=163 right=180 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 121
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 121 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 220 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=179 right=196 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 122
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 122 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 221 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=195 right=212 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 123
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 123 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 222 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=211 right=228 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 124
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 124 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 223 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=227 right=244 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 125
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 125 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 224 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=243 right=260 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 126
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 126 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 225 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=259 right=276 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 127
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 127 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 226 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=164 top=275 right=292 bottom=183
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 128
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 128 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 227 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=35 right=52 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 129
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 129 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 228 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=51 right=68 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 130
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 130 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 229 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=67 right=84 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 131
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 131 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 230 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=83 right=100 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 132
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 132 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 231 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=99 right=116 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 133
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 133 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 232 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=115 right=132 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 134
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 134 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 233 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=131 right=148 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 135
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 135 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 234 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=147 right=164 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 136
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 136 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 235 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=163 right=180 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 137
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 137 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 236 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=179 right=196 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 138
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 138 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 237 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=195 right=212 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 139
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 139 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 238 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=211 right=228 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 140
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 140 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 239 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=227 right=244 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 141
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 141 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 240 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=243 right=260 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 142
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 142 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 241 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=259 right=276 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 143
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 143 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 242 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=185 top=275 right=292 bottom=204
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 144
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 144 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 243 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=35 right=52 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 145
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 145 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 244 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=51 right=68 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 146
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 146 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 245 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=67 right=84 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 147
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 147 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 246 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=83 right=100 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 148
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 148 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 247 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=99 right=116 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 149
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 149 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 248 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=115 right=132 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 150
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 150 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 249 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=131 right=148 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 151
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 151 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 250 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=147 right=164 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 152
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 152 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 251 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=163 right=180 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 153
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 153 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 252 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=179 right=196 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 154
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 154 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 253 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=195 right=212 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 155
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 155 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 254 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=211 right=228 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 156
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 156 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 255 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=227 right=244 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 157
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 157 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 256 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=243 right=260 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 158
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 158 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 257 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=259 right=276 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 159
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 159 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 258 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=206 top=275 right=292 bottom=225
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 160
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 160 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 259 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=35 right=52 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 161
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 161 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 260 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=51 right=68 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 162
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 162 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 261 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=67 right=84 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 163
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 163 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 262 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=83 right=100 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 164
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 164 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 263 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=99 right=116 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 165
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 165 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 264 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=115 right=132 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 166
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 166 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 265 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=131 right=148 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 167
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 167 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 266 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=147 right=164 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 168
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 168 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 267 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=163 right=180 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 169
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 169 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 268 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=179 right=196 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 170
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 170 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 269 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=195 right=212 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 171
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 171 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 270 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=211 right=228 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 172
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 172 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 271 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=227 right=244 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 173
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 173 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 272 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=243 right=260 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 174
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 174 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 273 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=259 right=276 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 175
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 175 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 274 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=227 top=275 right=292 bottom=246
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 176
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 176 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 275 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=35 right=52 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 177
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 177 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 276 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=51 right=68 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 178
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 178 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 277 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=67 right=84 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 179
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 179 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 278 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=83 right=100 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 180
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 180 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 279 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=99 right=116 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 181
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 181 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 280 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=115 right=132 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 182
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 182 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 281 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=131 right=148 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 183
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 183 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 282 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=147 right=164 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 184
- ----- HyperTalk script -----
-
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 184 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 283 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=163 right=180 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 185
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 185 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 284 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=179 right=196 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 186
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 186 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 285 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=195 right=212 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 187
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 187 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 286 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=211 right=228 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 188
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 188 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 287 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=227 right=244 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 189
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 189 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 288 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=243 right=260 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 190
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 190 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 289 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=259 right=276 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 191
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 191 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 290 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=248 top=275 right=292 bottom=267
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 192
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 192 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 291 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=35 right=52 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 193
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 193 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 292 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=51 right=68 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 194
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 194 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 293 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=67 right=84 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 195
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 195 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 294 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=83 right=100 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 196
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 196 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 295 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=99 right=116 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 197
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 197 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 296 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=115 right=132 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 198
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 198 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 297 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=131 right=148 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 199
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 199 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 298 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=147 right=164 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 200
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 200 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 299 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=163 right=180 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 201
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 201 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 300 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=179 right=196 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 202
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 202 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 301 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=195 right=212 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 203
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 203 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 302 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=211 right=228 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 204
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 204 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 303 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=227 right=244 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 205
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 205 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 304 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=243 right=260 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 206
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 206 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 305 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=259 right=276 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 207
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 207 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 306 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=269 top=275 right=292 bottom=288
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 208
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 208 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 307 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=35 right=52 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 209
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 209 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 308 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=51 right=68 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 210
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 210 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 309 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=67 right=84 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 211
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 211 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 310 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=83 right=100 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 212
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 212 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 311 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=99 right=116 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 213
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 213 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 312 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=115 right=132 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 214
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 214 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 313 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=131 right=148 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 215
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 215 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 314 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=147 right=164 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 216
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 216 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 315 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=163 right=180 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 217
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 217 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 316 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=179 right=196 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 218
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 218 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 317 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=195 right=212 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 219
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 219 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 318 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=211 right=228 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 220
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 220 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 319 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=227 right=244 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 221
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 221 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 320 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=243 right=260 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 222
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 222 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 321 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=259 right=276 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 223
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 223 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 322 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=290 top=275 right=292 bottom=309
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 224
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 224 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 323 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=35 right=52 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 225
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 225 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 324 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=51 right=68 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 226
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 226 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 325 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=67 right=84 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 227
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 227 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 326 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=83 right=100 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 228
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 228 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 327 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=99 right=116 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 229
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 229 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 328 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=115 right=132 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 230
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 230 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 329 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=131 right=148 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 231
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 231 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 330 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=147 right=164 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 232
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 232 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 331 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=163 right=180 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 233
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 233 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 332 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=179 right=196 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 234
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 234 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 333 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=195 right=212 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 235
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 235 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 334 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=211 right=228 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 236
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 236 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 335 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=227 right=244 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 237
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 237 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 336 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=243 right=260 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 238
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 238 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 337 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=259 right=276 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 239
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 239 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 338 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=311 top=275 right=292 bottom=330
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 240
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 240 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 339 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=35 right=52 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 241
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 241 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 340 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=51 right=68 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 242
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 242 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 341 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=67 right=84 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 243
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 243 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 342 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=83 right=100 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 244
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 244 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 343 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=99 right=116 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 245
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 245 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 344 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=115 right=132 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 246
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 246 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 345 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=131 right=148 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 247
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 247 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 346 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=147 right=164 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 248
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 248 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 347 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=163 right=180 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 249
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 249 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 348 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=179 right=196 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 250
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 250 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 349 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=195 right=212 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 251
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 251 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 350 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=211 right=228 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 252
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 252 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 351 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=227 right=244 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 253
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 253 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 352 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=243 right=260 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 254
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 254 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 353 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=259 right=276 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 255
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 255 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 354 (button)
- -- low flags: 00
- -- high flags: 4005
- -- rect: left=332 top=275 right=292 bottom=351
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: 256
- ----- HyperTalk script -----
- on mouseUp
- put field 1 into temp1
- put field 2 into temp2
- put field 3 into temp3
- go to card 256 of stack "cassette-stack 3"
- --*** put the correct number for each card
- --**** put your won stack name in place of "cassette-stack 3"
- put temp1 into line 1 of field 1
- put temp2 into line 1 of field 2
- put temp3 into line 1 of field 3
- end mouseUp
-
-
- -- part 356 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=409 top=294 right=342 bottom=507
- -- title width / last selected line: 0
- -- icon id / first selected line: 2507 / 2507
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HELP
- ----- HyperTalk script -----
- on mouseUp
- get name of card
- put it into card
-
- go to stack "cassette-stack 2"
- put item 1 of card into field 2 of card "help"
- go to card "help"
- end mouseUp
-
-
-
- -- part contents for background part 119
- ----- text -----
-
-